Welcome![Sign In][Sign Up]
Location:
Search - mouse scan

Search list

[Embeded-SCM Develop键盘&鼠标扫描码

Description: 关于PS/2和USB键盘、鼠标的各种扫描码的资料。-on the PS / 2 and USB keyboard, the mouse scan code information.
Platform: | Size: 197368 | Author: 张文辉 | Hits:

[GDI-BitmapRj_Circle

Description: 计算机专业图形学作业,利用圆弧扫描转换算法在像素上画出圆形,在对话框上拉动鼠标即可.-professional computer graphics operations, the use of circular scan conversion algorithm pixels paint round, in the dialog box pull on the mouse.
Platform: | Size: 36097 | Author: ruanjian | Hits:

[Other resourceliujunpeng03081528

Description: 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多边形。画多边形时可通过颜色菜单选择填充颜色。 3. 填充多边形:按下菜单按钮----填充。填充时可通过颜色菜单选择填充颜色。 4. 重新画一个多边形时需要先点菜单---new,然后再重复1,2,3步。 -experiment : to achieve a polygon scan conversion algorithm filled polygons. Implementation : a can draw arbitrary polygon. 2, as well as through the triangular polygon scan conversion algorithm. Realization : painting polygon with moveto (), LineTo (), two paintings did not function to achieve an edge. Construction ET table, Table AEL, through these two tables filled polygons. Drawing steps : 1. Vertex admitted : n vertices record number, press the mouse started to admit, the second press made the second vertices, i pressed the first time i made its vertex. The vertex put Verex []. 2. Painting polygon : press the menu button-polygon. When painting polygon can be filled with color menu to choose colors. 3. Polygon Filling : press the menu button-filled. When filled with color by color fill
Platform: | Size: 51309 | Author: god | Hits:

[Embeded-SCM Develop键盘&鼠标扫描码

Description: 关于PS/2和USB键盘、鼠标的各种扫描码的资料。-on the PS/2 and USB keyboard, the mouse scan code information.
Platform: | Size: 196608 | Author: 张文辉 | Hits:

[GDI-BitmapRj_Circle

Description: 计算机专业图形学作业,利用圆弧扫描转换算法在像素上画出圆形,在对话框上拉动鼠标即可.-professional computer graphics operations, the use of circular scan conversion algorithm pixels paint round, in the dialog box pull on the mouse.
Platform: | Size: 35840 | Author: ruanjian | Hits:

[Graph Drawingliujunpeng03081528

Description: 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多边形。画多边形时可通过颜色菜单选择填充颜色。 3. 填充多边形:按下菜单按钮----填充。填充时可通过颜色菜单选择填充颜色。 4. 重新画一个多边形时需要先点菜单---new,然后再重复1,2,3步。 -experiment : to achieve a polygon scan conversion algorithm filled polygons. Implementation : a can draw arbitrary polygon. 2, as well as through the triangular polygon scan conversion algorithm. Realization : painting polygon with moveto (), LineTo (), two paintings did not function to achieve an edge. Construction ET table, Table AEL, through these two tables filled polygons. Drawing steps : 1. Vertex admitted : n vertices record number, press the mouse started to admit, the second press made the second vertices, i pressed the first time i made its vertex. The vertex put Verex []. 2. Painting polygon : press the menu button-polygon. When painting polygon can be filled with color menu to choose colors. 3. Polygon Filling : press the menu button-filled. When filled with color by color fill
Platform: | Size: 51200 | Author: god | Hits:

[2D GraphicScanninglinesfilled

Description: 鼠标左键点击确定多边形,扫描线填充算法进行填充-Click the left mouse button to determine polygon, scan line fill algorithm to fill
Platform: | Size: 1966080 | Author: aswe | Hits:

[GDI-BitmapDraw

Description: 一个可以画出面来的画线程序,可以扫动鼠标,使画出来的图像形成面状。-A painting come to the painting line procedure, you can scan to move the computer mouse to make pictures out of the formation of face-like images.
Platform: | Size: 3632128 | Author: 谢广超 | Hits:

[OpenGL programEx3

Description: 程序实现多边形扫描转换的扫描线算法--多边形的输入(鼠标)--非自相交多边形-- 三角形的特殊性,利用OpenGL函数实现柱状图和饼图函数 -Polygon scan conversion process to achieve the scan line algorithm- POLYGON input (mouse)- non-self-intersecting polygons- triangles are unique, the use of OpenGL function function histogram and pie chart
Platform: | Size: 292864 | Author: liling | Hits:

[3D Graphicdelphi_3d_designer

Description: 一个Delphi开发的矢量3D绘图源代码-abstract : drawing 3D shapes and changing the camera and screen position with the mouse key words : 3D graphics, geometry, perspective, floodfill, vector graphics, camera, World view, homogeneous transforms software used : Windows XP, Delphi 6 hardware used : Pentium 1.400Mhz, 256 M memory, 140 G hard disc scope : Delphi 1 to 8 for Windows, Kylix level : all developers
Platform: | Size: 43008 | Author: Bannico | Hits:

[Graph Drawingtianchong

Description: 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is applied to achieve an arbitrary polygon fill, polygon vertices keyboard input or mouse can be picked up, filling must be accurate, no more and no less fill to fill. Required to master the regional scan-line polygon filling algorithm for the orderly side of the table the basic principle and algorithm design, draw algorithm flow chart of procedures for the use of C or VC++ algorithm, and demonstrate.
Platform: | Size: 1930240 | Author: linym | Hits:

[Windows Developscan_line_fill

Description: 该程序点击鼠标左键是为多边形添加顶点,顶点添加完成后点击右键即可填充!目前个人已经测试可以填充凹多边形,如果下载的朋友发现什么地方运行不对请及时回复本人(希望能够把运行不对时候整个屏幕拷下来,这样方便本人查找问题,谢谢)!该程序写得不是很流畅,只是可以完成扫描线填充的功能而已!-Click the left mouse button, the program is to add a polygon vertex, vertex right-click you can add a finished filling! Currently individuals can fill concave polygons have been tested, if you download a friend to find out what is running where I am wrong please reply (hopefully be able to run down the right time to copy the entire screen, so easy to find my questions, thank you)! The program is written is not very smooth, but you can complete the scan-line fill function only!
Platform: | Size: 2018304 | Author: 刘勇 | Hits:

[Graph programscanconversion

Description: 扫描转换,鼠标左键单击确定多边形顶点序列,菜单功能,一是连接多边形,而是扫描转换-Scan conversion, the left mouse button click OK polygon vertices sequence, the menu functions, one connected polygons, but the scan conversion
Platform: | Size: 2086912 | Author: jin jing | Hits:

[Graph programHSRscanline

Description: 扫描线算法消隐,鼠标左键点击4个点作为六面体底面,自动生成一个固定高度的六面体,键盘上下左右变换六面体角度-Scan line algorithm blanking, the left mouse button click on four points as hexahedron bottom, automatically generates a fixed height of hexahedral, keyboard up and down about six-sided perspective transformation
Platform: | Size: 1978368 | Author: jin jing | Hits:

[SCM8dianzhen

Description: 8*8点阵的扫描码计算,用鼠标将需要点亮的位置点上就可以计算出扫描码-8* 8 Matrix scan dollar terms, with the mouse will need to light up the location of points can be calculated on the scan code
Platform: | Size: 228352 | Author: wei | Hits:

[Special EffectsBresenham

Description: Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线 将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪-Bresenham algorithm for drawing line segments using the " rubber band" feature to draw the line draw the line connected into polygons, and select the method or the scan line seed fill method to fill the mouse filled with interactive cut rectangular box formation to achieve the cutting line on the drawn
Platform: | Size: 2048 | Author: jk | Hits:

[Picture ViewerScan

Description: 用C++ Builder来实现浏览大图像,可以用鼠标来拖动.-Using C++ Builder to implement view large images, you can use the mouse to drag.
Platform: | Size: 437248 | Author: 章龙 | Hits:

[OpenGL programSourceCode

Description: 实现活化边表多边形扫描转换算法。本程序可以实现柱状图,饼图以及多边形的扫描转换。 点击鼠标右键时会跳出系统菜单项,系统菜单包括有:画柱状图,画多边形,画饼图,清屏操作,以及设置颜色这五种功能 -Side of the table to achieve activation of polygon scan conversion algorithm. This program can be histograms, pie charts, and polygon scan conversion. Click the right mouse button menu items will jump out of the system, the system menu include: painting histogram, draw polygons, Huabing map, clear screen operation, and set the color of the five functions
Platform: | Size: 173056 | Author: | Hits:

[LabViewanother-barcode-scan

Description: LABVIEW 用摄像头动态扫描条形码,不需要再移动鼠标或键盘框选框框的程序,支持的下载。-The LABVIEW camera dynamic bar code scanning, do not need to move the mouse or keyboard marquee frame of the program, support to download.
Platform: | Size: 785408 | Author: 李萌博 | Hits:

[CSharpScan

Description: 使用鼠标为屏幕截图,支持选取,大小变换,右键取消,支持WINXP,WIN7等。-Use the mouse to screen capture, support selection, the size change, right click cancel, support the WINXP, Windows 7, etc.
Platform: | Size: 126976 | Author: duyf | Hits:
« 12 »

CodeBus www.codebus.net